/*
	首页
*/
.qik-ban {
	width: 398px;
	/*height: 320px;*/
	background: #fff;
	position: absolute;
	top: 30px;
	-webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 20px 5px rgba(0,0,0,0.3);
	z-index: 9;
	font-family: 'Microsoft Yahei', Tahoma, Helvetica, Arial, SimSun, sans-serif;
	clear:both;
	float:left;
}
.qik-ban h1 {
	font-size: 18px;
	padding: 0 0 0 26px;
	margin: 20px 0 0 0;
	color: #0065C2;
	font-weight: 300;
}
.qik-ban fieldset {
	padding: 20px 26px 26px 26px;
	font-family: 'Microsoft Yahei', Tahoma, Helvetica, Arial, SimSun, sans-serif;
}
.qik-ban fieldset .dropdown {
	margin: 0 0 20px 0;
}
.qik-ban .but {
	display: inline-block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	background: #FFAA33;
	margin-top: 15px;
}
.qik-ban .but:hover {
	background: #FFA227;
}
/*首页banner*/
.ban-slide {
	width: 100%;
	height: 400px;
	background: #2569B1;
	/*position: relative;*/
	overflow: hidden;
	top: 0px;
}
*html {
	background-image: url(about:blank);
	background-attachment: fixed;
} /* 修正IE6振动bug */
/* slide */
.slide-main {
	height: 400px;
	position: relative;
	z-index:0;
}
.prev,
.next {
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	z-index: 222;
	top: 200px;
	overflow: hidden;
	cursor: pointer;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	_border: 1px solid none;
}
.prev {
	left: 20px;
}
.next {
	right: 20px;
}
.prev:hover,
.next:hover,
.nav-main a:hover,
.nav-main a.cur {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.item {
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	z-index: 9;
	top: 380px;
	left: 0;
	text-align: center;
}
.item a {
	display: inline-block;
	width: 24px;
	height: 5px;
	margin-right: 11px;
	background: #444;
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter: alpha(opacity=30);
	overflow: hidden;
}
.item a.cur {
	background: #fff;
}
.slide-box,
.slide {
	display: block;
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.slide-box {
	position: relative;
}
.slide {
	display: none;
	height: 400px;
	background: #ff6900;
	position: relative;
	position: absolute;
	z-index: 8;
}
#bgstylea {
	background: url(../img/ban2bg_02.png) no-repeat center #2961B1;
}
#bgstyleb {
	background: #193d85;
}
#bgstylec {
	background: url(../img/ban1bg_02.png) no-repeat center #005AB5;
}
#bgstyled {
	background: url(../img/ban3bg_02.png) no-repeat center #1c7fe4;
}
#bgstylef {
	background: url(../img/ban4bg_02.jpg) no-repeat center #503232;
}
.slide a {
	display: block;
	width: 100%;
	height: 400px;
	cursor: pointer;
}
.obj-a,
.obj-b,
.obj-c,
.obj-d,
.obj-e,
.obj-f,
.obj-g,
.obj-h,
.obj-i,
.obj-j {
	position: absolute;
	z-index: 9;
	left: 50%;
}
.obj-a,
.obj-b {
	width: 952px;
	margin-left: -220px;
	text-align: center;
}
.obj-a {
	display: block;
	height: 352px;
	top: 30px;
}
.obj-b {
	top: 100px;
	height: 160px;
}
.obj-c {
	display: block;
	height: 339px;
	top: 100px;
	margin-left: -30px;
}
.obj-d {
	top: 28px;
	height: 164px;
}
.obj-d p {
	display: block;
	padding-top: 20px;
	font-size: 16px;
	color: #fff;
	clear: both;
}
.obj-e {
	width: 615px;
	height: 111px;
	margin-left: -128px;
	top: 34px;
	z-index: 12;
}
.obj-f {
	width: 550px;
	height: 339px;
	top: 90px;
	margin-left: -100px;
}
/*
	增加
*/
.obj-g {
	width: 420px;
	height: 113px;
	margin-left: 80px;
	top: 50px;
	z-index: 12;
}
.obj-h {
	width: 625px;
	height: 384px;
	top: 145px;
	margin-left:-50px;
}

.obj-i {
	width: 420px;
	height: 113px;
	margin-left: 80px;
	top: 90px;
	z-index: 12;
}
.obj-j {
	width: 625px;
	height: 384px;
	top: 0;
	margin-left:-50px;
}

.banAnimate .obj-a {
	display: block;
	animation-name: baoAni;
	-webkit-animation: baoAni 0.4s linear 0s normal none;
	-moz-animation: baoAni 0.4s linear 0s normal none;
	animation: baoAni 0.4s linear 0s normal none;
}
@-webkit-keyframes baoAni {
from {
opacity:0;
left:60%;
}
to {
	opacity: 1;
	left: 50%;
}
}
@-moz-keyframes baoAni {
from {
opacity:0;
left:60%;
}
to {
	opacity: 1;
	left: 50%;
}
}
@keyframes baoAni {
from {
opacity:0;
left:60%;
}
to {
	opacity: 1;
	left: 50%;
}
}
.banAnimate .obj-b {
	display: block;
	animation-name: saAni;
	-webkit-animation: saAni 0.4s linear 0s normal none;
	-moz-animation: saAni 0.4s linear 0s normal none;
	animation: saAni 0.4s linear 0s normal none;
}
@-webkit-keyframes saAni {
from {
opacity:0;
-webkit-transform:scale(0, 0);
}
to {
	opacity: 1;
	-webkit-transform: scale(1, 1);
}
}
@-moz-keyframes saAni {
from {
opacity:0;
-moz-transform:scale(0, 0);
}
to {
	opacity: 1;
	-moz-transform: scale(1, 1);
}
}
@keyframes saAni {
from {
opacity:0;
transform:scale(0, 0);
}
to {
	opacity: 1;
	transform: scale(1, 1);
}
}
.watch-code.code-show {
	display: block;
	animation-name: scode;
	-webkit-animation: scode 0.3s linear 0s normal none;
	-moz-animation: scode 0.3s linear 0s normal none;
	animation: scode 0.3s linear 0s normal none;
}
@-webkit-keyframes scode {
from {
opacity:0;
-webkit-transform:scale(1, 0);
transform-origin:left bottom;
}
to {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform-origin: left bottom;
}
}
@-moz-keyframes scode {
from {
opacity:0;
-moz-transform:scale(1, 0);
transform-origin:left bottom;
}
to {
	opacity: 1;
	-moz-transform: scale(1, 1);
	transform-origin: bottom bottom;
}
}
@keyframes scode {
from {
opacity:0;
transform:scale(1, 0);
transform-origin:left bottom;
}
to {
	opacity: 1;
	transform: scale(1, 1);
	transform-origin: left bottom;
}
}
.banAnimate .obj-c,
.banAnimate .obj-i,
.banAnimate .obj-g,
.banAnimate .obj-e {
	display: block;
	animation-name: saAnic;
	-webkit-animation: saAnic 0.3s linear 0s normal none;
	-moz-animation: saAnic 0.3s linear 0s normal none;
	animation: saAnic 0.3s linear 0s normal none;
}
@-webkit-keyframes saAnic {
from {
opacity:0;
left:47%;
}
to {
	opacity: 1;
	left: 50%;
}
}
@-moz-keyframes saAnic {
from {
opacity:0;
left:47%;
}
to {
	opacity: 1;
	left: 50%;
}
}
@keyframes saAnic {
from {
opacity:0;
left:47%;
}
to {
	opacity: 1;
	left: 50%;
}
}
.banAnimate .obj-d,
.banAnimate .obj-f,
.banAnimate .obj-j,
.banAnimate .obj-h {
	display: block;
	animation-name: saAnid;
	-webkit-animation: saAnid 0.3s linear 0s normal none;
	-moz-animation: saAnid 0.3s linear 0s normal none;
	animation: saAnid 0.3s linear 0s normal none;
}
@-webkit-keyframes saAnid {
from {
opacity:0;
left:53%;
}
to {
	opacity: 1;
	left: 50%;
}
}
@-moz-keyframes saAnid {
from {
opacity:0;
left:53%;
}
to {
	opacity: 1;
	left: 50%;
}
}
@keyframes saAnid {
from {
opacity:0;
left:53%;
}
to {
	opacity: 1;
	left: 50%;
}
}
/**/
.content {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #F5F5F5;
	padding: 20px 0;
	clear: both;
	position: relative;
}
/**/
.content .cont-box {
	height: 449px;
	float: left;
	background: #ffffff;
	padding: 0;
	border-top: 1px solid #DBE3EC;
	border-left: 1px solid #DBE3EC;
	border-right: 1px solid #DBE3EC;
	border-bottom: 1px solid #DBE3EC;
}
.content .left-cont {
	width: 820px;
}
.content .left-cont ul {
	padding: 0 0 0 35px;
}
.content .left-cont ul li {
	float: left;
	margin: 0 22px 20px 0;
}
/* 上图下文图文列表 */
.left-cont .m-list4 {
	float: left;
	padding: 0;
	zoom: 1;
}
.left-cont .m-list4 ul {
	float: left;
}
.left-cont .m-list4 li {
	display: inline;
	float: left;
	margin: 10px 0 0 10px;
}
.left-cont .m-list4 h3,
.left-cont .m-list4 p {
	width: 100%;
	height: 18px;
	overflow: hidden;
	margin: 5px 0 0;
	line-height: 18px;
	color: #747474;
}
.left-cont .m-list4 h3 a,
.left-cont .m-list4 h3 a:hover {
	color: #747474;
}
.left-cont .m-list4 .u-img,
.left-cont .m-list4 .u-img2 {
	width: auto;
}
/**/
/**/
.content .right-cont {
	float: right;
	overflow: hidden;
}
.content .left-cont h1,
.content .right-cont h1 {
	width: 100%;
	font-size: 20px;
	font-weight: 400;
	padding: 15px 0 20px 20px;
	color: #424242;
	display: table-cell;
	font-family: 'Microsoft Yahei', Tahoma, Helvetica, Arial, SimSun, sans-serif;
}
.content .right-cont ul {
	padding: 0 0 0 30px;
}
.content .right-cont ul li {
	float: left;
	margin: 0 10px 10px 0;
}
/* 上图下文图文列表 */
.right-cont .m-list4 {
	float: left;
	padding: 0;
	zoom: 1;
}
.right-cont .m-list4 ul {
	float: left;
}
.right-cont .m-list4 li {
	display: inline;
	float: left;
	margin: 10px 0 0 10px;
}
.right-cont .m-list4 h3,
.right-cont .m-list4 p {
	width: 100%;
	height: 18px;
	overflow: hidden;
	margin: 5px 0 0;
	line-height: 18px;
}
.right-cont .m-list4 h3 a,
.right-cont .m-list4 h3 a:hover {
	color: #333;
}
.right-cont .m-list4 .u-img,
.right-cont .m-list4 .u-img2 {
	width: auto;
	border: 1px solid #F1F3F6;
}
/*
	tab内容
*/
.yScrollList {
	width: 100%;
	min-height: 210px;
	max-height: 260px;
	float: left;
	border: 1px solid #DBE3EC;
	border-bottom: 2px solid #DBE3EC;
	background: #ffffff;
	overflow: hidden;
}
.yScrollListTitle {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #E6ECF3;
}
.yScrollListTitle span{
	float: left;
	color: #424242;
    font-family: "Microsoft Yahei",Tahoma,Helvetica,Arial,SimSun,sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding: 0 60px 0 20px;
}
.yScrollListTitle h1 {
	cursor: pointer;
	font-size: 12px;
	background: #fff;
	color: #B0B8C1;
	height: 50px;
	float: left;
	position: relative;
	width: 110px;
	text-align: center;
	/* update by shanbaozhi  友情链接tab border-bottom颜色*/
	border-bottom: 1px solid #E6ECF3;
	/* update by zrzdemon  */
	line-height:4 !important;
}
.yScrollListTitle h1.ytitleh12 {

}
.yScrollListTitle h1.yth1click {
	color: #7A8999;
	background: #E6ECF3;
}
.yScrollListIn {
	width: 100%;
	position: relative;
}
.yScrollListInList {
	display: none;
	padding: 0 30px;
	overflow: hidden;
}
.yScrollListInList .yScrollListbtn {
	cursor: pointer;
	position: absolute;
	width: 13px;
	height: 19px;
	top: 96px;
	background: url(../img/btnys.png) no-repeat 0 0;
}
.yScrollListInList .yScrollListbtnr {
	background-position: -14px 0;
	right: 5px;
}
.yScrollListInList .yScrollListbtnl {
	left: 5px;
}
.yScrollListInList ul {
	position: absolute;
	top: 0;
	left: 30px;
	overflow: hidden;
}
.yScrollListInList ul li {
	width: 228px;
	padding: 20px 0 0 0;
	float: left;
	margin-right: 63px;
}
.yScrollListInList ul li a{
	color: #868E9D;
}
.yScrollListInList ul li a:hover{
	color: #6C7481;
}